home *** CD-ROM | disk | FTP | other *** search
- /*
-
- copyright 1993, Alec Russell, all rights reserved
-
- direct mda output
-
- */
-
- #ifndef DEF_PR2
- #define DEF_PR2 1
-
- #include <g_def.h>
-
- void pr2_low(BYTE attr, short x, short y, char far *s);
- void pr2(char *s, ...);
- void clear_pr2(void);
-
- #endif
-
- /* ------------------------ end of file --------------------------------- */
-